ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1SortCollectionView<T> Class / C1SortCollectionView<T> Constructor
The source.

In This Topic
    C1SortCollectionView<T> Constructor
    In This Topic
    Initializes a new instance of the C1SortCollectionView<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As System.Collections.Generic.IEnumerable(Of T) _
    )
    public C1SortCollectionView<T>( 
       System.Collections.Generic.IEnumerable<T> source
    )

    Parameters

    source
    The source.
    See Also